home *** CD-ROM | disk | FTP | other *** search
-
- Hi there,
-
- the original pattern idea is from Bjarke Viksoe. But that was
- a pascal source, so I had to translate it in asm, and found
- some speedups.
-
- The most important one is the SETZPAL, the original code used
- the standard 'mov ax,1010h - int 10h' method. This took ages, so
- I used the 'out dx,al' method. Bjarke didn't knew the 'stosb'
- mnemonic and he used 'mov es:[si],al', after a little modification
- there was 'mov es:[di],al' and later 'stosb'.
-
- But it's his idea so he get the credits (partly).
-
- Feel free to use/modify/delete this demo...
-
- GreetZ ExEd!
-
-
-